html, body{
    font-size: 16px;
    font: inherit;
    font-weight: normal;
}
.wrap { 
    width: 100%;
    background: #fff;
}

.m1410, 
.pc_content {
    width: 1410px;
    margin: 0 auto;
}
.m1410 {
    /* overflow: hidden; */
}
.pc_content {
    box-sizing: border-box;
    position: relative;
}
.over_hidden {
    overflow: hidden;
}
.l3{
    overflow: hidden;
    transition: all 0.4s;
}
.fr {
    float: right;
}
.fl{
    float: left;
}
.clearFloat{
    content:'';
	display:block;
    clear:both
}
.flexCenter{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
}
.lr {
    float: left;
}
.hp {
    cursor: pointer;
}
.bw {
    background-color: white;
}
.m_style {
    display: none;
}
.p_style {
    display: block;
}
.blue_font {
    color: #3168ac;
}
.color00638C{
    color: #00638C;
}
.color000{
    color: #000000;;
}
.colorF0844B{
    color: #F0844B;;
}
.colorBA1B20{
    color: #BA1B20
}
.blue_bg {
    background-color: #3168ac !important;
}
.white_font {
    color: #fff !important;
}
.red{
    color: red;
}
.color194{
    color: rgba(194, 194, 194, 1)
}
a:hover{
    text-decoration: none;
}

.Breadcrumb a {
    color: #888888;
}
.pointer{
    cursor: pointer;
}
/* 默认两行, 更多行覆盖 -webkit-line-clamp */
.text-overflow-2-line {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-overflow-3-line {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* 默认... */
.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* PC适配范围 */
@media (max-width: 1566px) and (min-width: 750px) {
    body {
        zoom: 0.8;
    }
    .wrap { 
        min-width: 1200px;
    }
    .m1410, .pc_content {
        width: 1100px;
    }
}
 
/* 移动端适配范围 */
@media (max-width: 750px) {
    .wrap { 
        min-width: 100%;
    }
    .m1410 {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc_content {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
    }
    .m_style {
        display: block;
    }
    .p_style {
        display: none;
    }
}
  